Learn R Programming

DataSetsUni (version 0.1)

Air Conditioning Failure Unit Interval: The unit interval data set consists of the failure times of the air conditioning system of an airplane (in hours)

Description

The function allows to provide the unit interval failure times of the air conditioning system of an airplane (in hours).

Usage

data_acfailureunit

Value

data_acfailureunit gives the failure times of the air conditioning system of an airplane (in hours).

Arguments

data_acfailureunit

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The unit interval data set consists of the failure times of the air conditioning system of an airplane (in hours). Recently, it is used by Bantan et al. (2020) and fitted the unit-Rayleigh distribution.

References

Bantan, R. A., Chesneau, C., Jamal, F., Elgarhy, M., Tahir, M. H., Ali, A., ... & Anam, S. (2020). Some new facts about the unit-Rayleigh distribution with applications. Mathematics, 8(11), 1954.

Linhart, H., & Zucchini, W. (1986). Model selection. John Wiley & Sons.

See Also

data_failuretc

Examples

Run this code
x<-data_acfailureunit
summary(x)

Run the code above in your browser using DataLab